home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
comm
/
tcp
/
DCTel_13.lha
/
Install_DCTelnet
< prev
next >
Wrap
Text File
|
1998-01-18
|
3KB
|
107 lines
;
;$VER: DCTelnet Installscript 1.1 (14/12/97) by RaMoNsTeR\DC
;-----------------------------------------------------------
; -=- Why are you looking here n e wayz? :) -=-
;
(SET @app-name "DCTelnet")
(SET @default-dest "SYS:")
(message "\n\n--××·· -÷- ··××---÷---××·· -÷- ··××---÷---××·· -÷- ··××-- -÷-\n\n"
"d -÷- i -÷- G -÷- i -÷- T -÷- A -÷- L\nc -÷- O -÷- R -÷- R -÷- U -÷- P -÷- T -÷- i -÷- O -÷- N\n\n"
"zED presents DCTelnet v1.3!\n\n"
"--××·· -÷- ··××---÷---××·· -÷- ··××---÷---××·· -÷- ··××-- -÷-")
(SET DestDir
(ASKDIR (prompt "Please Select where you would like DCTelnet installed\nA new directory called 'DCTelnet' be created")
(help "\n\nSelect a volume or drawer where you would like the DCTelnet drawer to be created.\n\n"
"The main executable and support documentation etc. will be placed inside the 'DCTelnet' dir."
)
(default @default-dest)
(disk)
)
)
(SET DestDir (TACKON DestDir "DCTelnet"))
(SET @default-dest DestDir)
(COPYLIB
(prompt "\n\nInstalling the DCTelnet main file.")
(help "\n\nThe main DCTelnet executable will now be copied to the DCTelnet dir.")
(source "DCTelnet/DCTelnet")
(dest DestDir)
(infos)
(confirm)
(optional "force")
(optional "askuser")
)
(COPYFILES
(prompt "Installing the DCTelnet documentation.")
(help "\n\nTo install the documentation to the DCTelnet directory leave the box ticked.\n\n"
"If you do not wish to install the documention deselect the checkbox."
)
(source "DCTelnet/docs")
(dest DestDir)
(infos)
(confirm)
(all)
)
(COPYLIB
(prompt "\n\nInstalling xprftp support library.")
(help "\n\nXPR is a hi-speed and far more efficient transfer method than ZModem\n\n"
"Quite a number of Amiga BBS systems support this protocol.\n\n"
"XPR-FTP Written By Zed/DC")
(source "DCTelnet/libs/xprftp.library")
(dest "libs:")
(confirm)
(optional "force")
(optional "askuser")
)
(COPYLIB
(prompt "\n\nInstalling zmodem support library.")
(help "\n\nZModem is used to transfer files via Telnet.\n\n"
"If it is not already installed, it is recommended to do so."
)
(source "DCTelnet/libs/xprzmodem.library")
(dest "libs:")
(confirm)
(optional "force")
(optional "askuser")
)
(COPYLIB
(prompt "\n\nInstalling ibmcom device for ANSI emulation.")
(help "\n\nibmcon.device is used to display the 'pretty' ANSI gfx/colors.\n\n"
"It is essential that this be installed on your system for DCTelnet."
)
(source "DCTelnet/devs/ibmcon.device")
(dest "devs:")
(confirm)
(optional "force")
(optional "askuser")
)
(COPYFILES
(prompt "Installing a few nice ANSI/BBS fonts.")
(help "\n\nCheck which fonts you would like to install on your system.\n\n"
"These 3 are some of the most popular and nicest BBSing fonts."
)
(source "DCTelnet/fonts")
(dest "fonts:")
(confirm)
(all)
)
(IF (> (run "Sys:Utilities/MultiView DCTelnet/docs/DCTelnet.doc") 0)
(IF (> (run "Sys:Utilities/AmigaGuide DCTelnet/docs/DCTelnet.doc") 0)
(run "More DCTelnet/docs/DCTelnet.doc")
)
)
(message "\n\nDCTelnet is now installed\n\nFor bugreports/support etc. please refer to the included documentation...\n\n...ENJOY!!!")
(EXIT)